home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / books / yee / intrntw2.rev < prev    next >
Text File  |  1994-12-09  |  2KB  |  47 lines

  1.  
  2.      title: Internetworking with TCP/IP, Volume II
  3.         by: Douglas E. Comer + David L. Stevens
  4.  publisher: Prentice Hall 1994
  5.   subjects: computing, networking
  6.      other: 612 pages, bibliography, index
  7.  
  8. More than half of _Internetworking with TCP/IP, Volume II_ consists
  9. of source code, so it is basically a commentary on a particular
  10. implementation of the TCP/IP protocols.  The implementation presented
  11. is that of the authors' own Xinu operating system (basically a Unix
  12. variant).  While I'm not generally fond of introducing new systems for
  13. pedagogical purposes, Xinu seems close enough to standard Unix that it
  14. doesn't really matter, and using it does have a couple of advantages.
  15. One is that it is possible to print (and make available for ftp)
  16. the complete source code without copyright problems, the other is
  17. that the Xinu code seems slightly cleaner, more general and easier
  18. to follow than some alternatives (e.g. the Linux code).
  19.  
  20. _Internetworking with TCP/IP, Volume II_ is an entertaining way to learn
  21. about TCP/IP implementation, and probably useful as a reference if you
  22. ever need to hack your own.  The reader is assumed to have a basic
  23. understanding of the protocols already.
  24.  
  25. --
  26.  
  27. Disclaimer: I requested and received a review copy of this book from
  28. Prentice Hall, but I have no stake, financial or otherwise, in its
  29. success.
  30.  
  31. --
  32.  
  33. %T     Internetworking with TCP/IP, Volume II
  34. %A     Douglas E. Comer
  35. %A    David L. Stevens
  36. %I     Prentice Hall
  37. %C     Engelwood Cliffs, New Jersey
  38. %D     1994
  39. %O     hardcover, bibliography, index
  40. %G     ISBN 0-13-125527-4
  41. %P     xx,612pp
  42. %K     computing, networking
  43.  
  44. Danny Yee (danny@cs.su.oz.au)
  45. 28 July 1994
  46.  
  47.